home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Tools / MUI / tempsetup < prev   
Text File  |  1996-08-15  |  332b  |  16 lines

  1. assign MUI: :Tools/MUI
  2. if exists MUI:Libs
  3.    assign add LIBS: MUI:Libs
  4. endif
  5. if exists MUI:Locale
  6.    assign add LOCALE: MUI:Locale
  7. endif
  8. version >nil: exec.library 39
  9. if not warn
  10.    if exists MUI:Docs
  11.       if exists HELP:dummy ; do not remove
  12.       endif                ; this entry!
  13.       assign add HELP: MUI:Docs
  14.    endif
  15. endif
  16.